home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / mac / ch26 / 26fig07.wrl < prev    next >
Text File  |  1996-09-23  |  777b  |  40 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # Viewpoints
  8.         Viewpoint {
  9.             description "Forward view"
  10.             position 0.0 1.6 5.0
  11.         },
  12.         Viewpoint {
  13.             description "Corner view"
  14.             position 3.0 1.6 3.0
  15.             orientation 0.0 1.0 0.0 0.611
  16.         },
  17.         Viewpoint {
  18.             description "60.0 FOV degree corner view"
  19.             position 3.0 1.6 3.0
  20.             orientation 0.0 1.0 0.0 0.611
  21.             fieldOfView 1.047
  22.         },
  23.         Viewpoint {
  24.             description "90.0 FOV degree corner view"
  25.             position 3.0 1.6 3.0
  26.             orientation 0.0 1.0 0.0 0.611
  27.             fieldOfView 1.57
  28.         },
  29.     # Navigation
  30.         NavigationInfo {
  31.             type "WALK"
  32.             speed 1.0
  33.             headlight FALSE
  34.             avatarSize [ 0.5, 1.6, 0.5 ]
  35.         },
  36.     # World
  37.         Inline { url "dungeon.wrl" }
  38.     ]
  39. }
  40.